'Declaration Public Overloads Sub PackFont( _
ByVal fontThe PDF font that should be packed.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByVal symbolsThe symbols that the font must contain. All other symbols will be removed from font.() As Vintasoft.Imaging.Pdf.Content.TextExtraction.PdfTextSymbol _
)
public void PackFont(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font,
Vintasoft.Imaging.Pdf.Content.TextExtraction.PdfTextSymbol[] symbols
)
public: void PackFont(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font,
Vintasoft.Imaging.Pdf.Content.TextExtraction.PdfTextSymbol*[]* symbols
)
public:
void PackFont(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ font,
array<Vintasoft.Imaging.Pdf.Content.TextExtraction.PdfTextSymbol^>^ symbols
)
Parameters
- font
- The PDF font that should be packed.
- symbols
- The symbols that the font must contain. All other symbols will be removed from font.